home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / P17-20 / 00082.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  187 b   |  10 lines

  1. on exitFrame
  2.   global FastForward, PlayOn, theVCRButtons
  3.   if FastForward then
  4.     set FastForward to 0
  5.     set PlayOn to 0
  6.     mVCRStopButton(theVCRButtons)
  7.   end if
  8.   go(the frame)
  9. end
  10.